AnimationProp

data class AnimationProp(val enterDuration: Int, val exitDuration: Int, val delay: Int = 0, val easing: Easing, val initialAlpha: Float = 0.92f)

Constructors

Link copied to clipboard
constructor(enterDuration: Int, exitDuration: Int, delay: Int = 0, easing: Easing, initialAlpha: Float = 0.92f)

Properties

Link copied to clipboard
val delay: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val initialAlpha: Float = 0.92f